org.jboss.seam.jms.bridge
Interface EventBridge


public interface EventBridge

Facilitates bridging of events between CDI and a messaging system.

Author:
Jordan Ganoff

Method Summary
 Route createRoute(RouteType type, Type payloadType)
          Creates a routing for the provided payload (event) type.
 

Method Detail

createRoute

Route createRoute(RouteType type,
                  Type payloadType)
Creates a routing for the provided payload (event) type.

Parameters:
type - Type or direction of routing.
payloadType - Payload type to route. This is the event type we wish to observe events for.
Returns:


Copyright © 2011 Seam Framework. All Rights Reserved.