Package org.forgerock.openig.wellknown
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.
Represents a registered well-known endpoint that can be un-registered.
-
Method Summary
-
Method Details
-
unregister
void unregister()Unregisters the endpoint.
-