Download PDF documentation

Transcript
How To Create an Internal Domain
of this event interface simply forwards all events sent through the domain to the workflow service.
However, domains can also provide their own implementation of their event interface and add data
to events or perform other tasks. There is a bean factory that creates a Java-Proxy that can be used
as ForwardService both for the forwarding of service calls from domain to connector and for the
forwarding of events to the workflow service. The service call to ForwardService looks up the
default-connector for the specified domain in the current context and forwards the method-call right
to it. The event forward service simply forwards all events to the workflow service of OpenEngSB.
35.4. Connectors
For information regarding the implementation of connectors for the newly created domain see
Chapter 34, How To Create an Internal Connector.
90