public interface RuleSessionConfig
RuleSession
as specified in one BusinessEvents Archive resource.Modifier and Type | Interface and Description |
---|---|
static interface |
RuleSessionConfig.InputDestinationConfig
Describes a destination that is enabled for input.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getDeployedRulesets()
Returns the URIs of the rulesets deployed in this BusinessEvents archive.
|
RuleSessionConfig.InputDestinationConfig[] |
getInputDestinations()
Gets the configurations of the destinations enabled for input in this archive.
|
java.lang.String |
getName()
Returns the URI of the BusinessEvents archive resource.
|
java.lang.Class |
getShutdownClass()
Gets the shutdown class for this session.
|
java.lang.Class |
getStartupClass()
Gets the startup class for this session.
|
java.lang.String getName()
java.util.Collection getDeployedRulesets()
String
's.RuleSessionConfig.InputDestinationConfig[] getInputDestinations()
InputDestinationConfig
.java.lang.Class getStartupClass()
java.lang.Class getShutdownClass()