Package it.tidalwave.messagebus
Class EventBusAdapterTestSupport
- java.lang.Object
-
- it.tidalwave.messagebus.EventBusAdapterTestSupport
-
public abstract class EventBusAdapterTestSupport extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description EventBusAdapterTestSupport()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract MessageBusHelper.Adapter
getAdapterFactory()
protected abstract void
publish(java.lang.Object message)
void
testCreateMethodAdapter()
-
-
-
Method Detail
-
testCreateMethodAdapter
public void testCreateMethodAdapter()
-
publish
protected abstract void publish(@Nonnull java.lang.Object message)
-
getAdapterFactory
protected abstract MessageBusHelper.Adapter getAdapterFactory()
-
-