Skip to content

Creating custom channels and processors

rmuthupandian edited this page Feb 11, 2015 · 1 revision

This section shows you how to create your own custom channels and processors. We will illustrate this by showing you how to build a SampleInboundChannel, SampleOutboundChannel and SampleProcessor. You will learn about the abstraction - abstract methods to implement explaining their purpose and when they get invoked.

  1. Creating custom Event Generators
  2. Creating custom Event Processor
  3. Creating Custom Inbound Channels
  4. Creating custom Outbound Channel
Clone this wiki locally