Interface EndpointFilter<E extends ExposableEndpoint<?>>

    • Method Detail

      • match

        boolean match​(E endpoint)
        Return true if the filter matches.
        Parameters:
        endpoint - the endpoint to check
        Returns:
        true if the filter matches