| Constant and description |
|---|
| POLYMORPHIC
The event bus is used the polymorphic-call method to have access to the event handlers. |
| REFLECT
The event bus is used the reflection method to have access to the event handlers. |
| Modifier and type | Action and description |
|---|---|
| static EventBusType | 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 EventBusType | valueOf(String) |
| static EventBusType | valueOfCaseInsensitive(String)
Parse the given case insensitive string for obtaining the type. |
| static EventBusType | values |
static val POLYMORPHIC : EventBusType
static val REFLECT : EventBusType
def getDefault : EventBusType
def getJsonLabels : java.lang.String
def toJsonString : java.lang.String
def valueOf(String) : EventBusType
def valueOfCaseInsensitive(String) : EventBusType
def values : EventBusType