public static final class AepEngineDescriptor.ChannelConfig extends Object
Constructor and Description |
---|
AepEngineDescriptor.ChannelConfig() |
Modifier and Type | Method and Description |
---|---|
static AepEngineDescriptor.ChannelConfig |
from(String str)
Create from a channel configuration string.
|
String |
getFilter()
Get the channel filter, or null if unfiltered
|
boolean |
getJoin()
Same as
getShouldJoin() |
MessageChannel.PreserveJoinPolicy |
getPreserveJoinsOnClose()
Gets whether the channel join for this channel should be preserved on close.
|
boolean |
getShouldJoin()
Get whether channel should be joined
|
void |
setFilter(String filter)
Set the channel filter, or null if unfiltered
|
void |
setJoin(boolean shouldJoin)
Same as
setShouldJoin(boolean) |
void |
setPreserveJoinsOnClose(MessageChannel.PreserveJoinPolicy preserveJoinsOnClose)
Sets whether the channel join for this channel should be preserved on close.
|
void |
setShouldJoin(boolean shouldJoin)
Set whether channel should be joined
|
String |
toString() |
public final boolean getShouldJoin()
public final void setShouldJoin(boolean shouldJoin)
public final boolean getJoin()
getShouldJoin()
public final void setJoin(boolean shouldJoin)
setShouldJoin(boolean)
public final String getFilter()
public final void setFilter(String filter)
public final MessageChannel.PreserveJoinPolicy getPreserveJoinsOnClose()
public final void setPreserveJoinsOnClose(MessageChannel.PreserveJoinPolicy preserveJoinsOnClose)
preserveJoinsOnClose
- whether the channel join for this channel should be preserved on close.public static final AepEngineDescriptor.ChannelConfig from(String str)
str
- A string of the form prop1=val1&...&propN=valN. This
parameter can be null in which case an channel configuration
object with default values is returned.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.