org.terracotta.ipceventbus.event
Class EventBusServer.Builder
java.lang.Object
org.terracotta.ipceventbus.event.BaseBuilder<EventBusServer.Builder>
org.terracotta.ipceventbus.event.EventBusServer.Builder
- Enclosing interface:
- EventBusServer
public static final class EventBusServer.Builder
- extends BaseBuilder<EventBusServer.Builder>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBusServer.Builder
public EventBusServer.Builder()
bind
public EventBusServer.Builder bind(String address)
listen
public EventBusServer.Builder listen(int port)
listenRandom
public EventBusServer.Builder listenRandom()
build
public EventBusServer build()
throws EventBusException
- Overrides:
build in class BaseBuilder<EventBusServer.Builder>
- Throws:
EventBusException
Copyright © 2015. All rights reserved.