public class JavaGroupsBridgeFactory extends Object implements EventBridgeFactory
Modifier and Type | Field and Description |
---|---|
static String |
JGROUPS_CONFIG_URL_PROPERTY
Defines a property for JavaGroups XML configuration file.
|
static String |
MCAST_ADDRESS_DEFAULT |
static String |
MCAST_ADDRESS_PROPERTY |
static String |
MCAST_PORT_DEFAULT |
static String |
MCAST_PORT_PROPERTY |
Constructor and Description |
---|
JavaGroupsBridgeFactory() |
Modifier and Type | Method and Description |
---|---|
EventBridge |
createEventBridge(Collection<EventSubject> localSubjects,
String externalSubject,
Map<String,String> properties)
Creates a JavaGroupsBridge instance.
|
public static final String MCAST_ADDRESS_DEFAULT
public static final String MCAST_PORT_DEFAULT
public static final String MCAST_ADDRESS_PROPERTY
public static final String MCAST_PORT_PROPERTY
public static final String JGROUPS_CONFIG_URL_PROPERTY
public EventBridge createEventBridge(Collection<EventSubject> localSubjects, String externalSubject, Map<String,String> properties)
createEventBridge
in interface EventBridgeFactory
Copyright © 2001–2015 Apache Cayenne. All rights reserved.