Package ai.wanaku.core.exchange
Interface RegisterAware
- All Known Subinterfaces:
InvocationDelegate,ResourceAcquirerDelegate
public interface RegisterAware
Defines services that can be registered with the router
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeregister a service with the routervoidregister()Register a service with the router
-
Method Details
-
register
void register()Register a service with the router -
deregister
void deregister()Deregister a service with the router
-