Modifier and Type | Required Element and Description |
---|---|
String |
topicPattern
The Regular Expression to subscribe to.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends EventService> |
autoCreateEventServiceClass
Whether or not to autocreate the event service if it doesn't exist on subscription, default is true.
|
String |
eventServiceName
The event service to subscribe to, default to the EventServiceLocator.SERVICE_NAME_EVENT_BUS.
|
boolean |
exact
Whether or not to subscribe to the exact class or a class hierarchy, defaults to class hierarchy (false).
|
int |
priority
Determines the order in which this subscriber is called, default is FIFO.
|
ReferenceStrength |
referenceStrength
Whether to subscribe weakly or strongly.
|
public abstract String topicPattern
public abstract boolean exact
public abstract ReferenceStrength referenceStrength
public abstract String eventServiceName
public abstract Class<? extends EventService> autoCreateEventServiceClass
public abstract int priority
Copyright © 2013 Bushe Enterprises, Inc.. All rights reserved.