Modifier and type | Action and description |
---|---|
static JoinMethod | getDefault Replies the default type of event bus. |
static java.lang.String | getJsonLabels Replies the Json labels for the types of event bus. |
java.lang.String | toJsonString Replies the Json string representation of this type. |
static JoinMethod | valueOf(String) |
static JoinMethod | valueOfCaseInsensitive(String) Parse the given case insensitive string for obtaining the type. |
static JoinMethod | values |
static val MULTICAST : JoinMethod
static val TCP_IP : JoinMethod
def getDefault : JoinMethod
def getJsonLabels : java.lang.String
def toJsonString : java.lang.String
def valueOf(String) : JoinMethod
def valueOfCaseInsensitive(String) : JoinMethod
def values : JoinMethod