org.terracotta.ipceventbus.event
Interface RemoteEventBus

All Superinterfaces:
Closeable, EventBus, EventSender
All Known Subinterfaces:
EventBusClient, EventBusServer

public interface RemoteEventBus
extends EventBus, Closeable

Author:
Mathieu Carbou

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.terracotta.ipceventbus.event.EventBus
EventBus.Builder
 
Method Summary
 int getServerPort()
           
 boolean isClosed()
           
 
Methods inherited from interface org.terracotta.ipceventbus.event.EventBus
on, on, unbind, unbind, unbind
 
Methods inherited from interface org.terracotta.ipceventbus.event.EventSender
getId, trigger, trigger
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getServerPort

int getServerPort()
Returns:
The listen port

isClosed

boolean isClosed()


Copyright © 2015. All rights reserved.