Interface WellKnownEndpointManager.Endpoint

Enclosing class:
WellKnownEndpointManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface WellKnownEndpointManager.Endpoint
Represents a registered well-known endpoint that can be un-registered.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unregisters the endpoint.
  • Method Details

    • unregister

      void unregister()
      Unregisters the endpoint.