use of com.canoo.platform.remoting.server.event.RemotingEventBus in project dolphin-platform by canoo.
the class DefaultDolphinEventBusTest method TestPublishInsideSession.
@Test
public void TestPublishInsideSession() {
RemotingEventBus eventBus = create(createContext());
eventBus.publish(TEST_TOPIC, "huhu");
}
Aggregations