Interface RegisterAware

All Known Subinterfaces:
InvocationDelegate, ResourceAcquirerDelegate

public interface RegisterAware
Defines services that can be registered with the router
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deregister a service with the router
    void
    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