com.neeve.aep
Class AepEngineDescriptor.ChannelConfig

java.lang.Object
  extended by com.neeve.aep.AepEngineDescriptor.ChannelConfig
Enclosing class:
AepEngineDescriptor

public static final class AepEngineDescriptor.ChannelConfig
extends Object

Class describing configuration information for an AEP engine's channel.


Constructor Summary
AepEngineDescriptor.ChannelConfig()
           
 
Method Summary
static AepEngineDescriptor.ChannelConfig from(String str)
          Create from a channel configuration string.
 boolean getShouldJoin()
          Get whether channel should be joined
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AepEngineDescriptor.ChannelConfig

public AepEngineDescriptor.ChannelConfig()
Method Detail

getShouldJoin

public final boolean getShouldJoin()
Get whether channel should be joined


from

public static final AepEngineDescriptor.ChannelConfig from(String str)
Create from a channel configuration string.

Parameters:
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 © 2015 Neeve Research, LLC. All Rights Reserved.