Class KeyFunctionEncoder<I,O>

java.lang.Object
org.infinispan.cache.impl.KeyFunctionEncoder<I,O>
All Implemented Interfaces:
Function<org.reactivestreams.Publisher<I>, O>, org.infinispan.commands.functional.functions.InjectableComponent

@ProtoTypeId(1331) public class KeyFunctionEncoder<I,O> extends Object implements Function<org.reactivestreams.Publisher<I>, O>, org.infinispan.commands.functional.functions.InjectableComponent
  • Method Details

    • apply

      public O apply(org.reactivestreams.Publisher<I> iPublisher)
      Specified by:
      apply in interface Function<I,O>
    • inject

      public void inject(ComponentRegistry registry)
      Specified by:
      inject in interface org.infinispan.commands.functional.functions.InjectableComponent