Class ContextReference.SimpleContextReference<C>

java.lang.Object
org.wildfly.clustering.context.ContextReference.SimpleContextReference<C>
All Implemented Interfaces:
Consumer<C>, Function<C,C>, Supplier<C>, UnaryOperator<C>, ContextReference<C>
Enclosing interface:
ContextReference<C>

public static class ContextReference.SimpleContextReference<C> extends Object implements ContextReference<C>
  • Method Details

    • get

      public C get()
      Specified by:
      get in interface Supplier<C>
    • accept

      public void accept(C context)
      Specified by:
      accept in interface Consumer<C>