Class InboundEventRouter

java.lang.Object
com.onec.kafka.InboundEventRouter

public class InboundEventRouter extends Object
Routes a decoded InboundEvent to every EventHandler that supports its type.
  • Constructor Details

  • Method Details

    • dispatch

      public int dispatch(InboundEvent event)
      Returns:
      the number of handlers that processed the event.