Interface InjectAddressListEntryReader<ExtendedListEntry extends com.opencloud.sentinel.feature.common.lists.AddressListEntry>


  • public interface InjectAddressListEntryReader<ExtendedListEntry extends com.opencloud.sentinel.feature.common.lists.AddressListEntry>
    Features implement this if they define a custom address list entry reader
    • Method Detail

      • injectAddressListEntryReader

        void injectAddressListEntryReader​(com.opencloud.sentinel.feature.common.lists.AddressListEntryReader<ExtendedListEntry> addressListEntryReader,
                                          java.lang.Class<ExtendedListEntry> listEntryType)
        Inject an address list entry reader for reading an extended list entry type
        Parameters:
        addressListEntryReader - to access address lists