Class EndpointMetadataIndex

    • Field Detail

      • log

        private org.slf4j.Logger log
        Logger.
      • endpointSelectionPredicate

        @Nonnull
        private Predicate<Endpoint> endpointSelectionPredicate
        The predicate which selects which endpoints to index.
    • Constructor Detail

      • EndpointMetadataIndex

        public EndpointMetadataIndex()
        Constructor.

        All entity descriptor endpoints will be indexed.

      • EndpointMetadataIndex

        public EndpointMetadataIndex​(@Nonnull @ParameterName(name="endpointPredicate")
                                     Predicate<Endpoint> endpointPredicate)
        Constructor.
        Parameters:
        endpointPredicate - the predicate which selects which endpoints to index