Class WireContext

java.lang.Object
org.infinispan.factories.impl.WireContext

public class WireContext extends Object
Used by ComponentAccessor implementations for retrieving a component based on name and class.
Since:
10.0
Author:
Dan Berindei
  • Method Details

    • get

      public <T> T get(String componentName, Class<T> componentClass, boolean start)
    • getLazy

      public <T, U extends T> ComponentRef<T> getLazy(String componentName, Class<U> componentClass, boolean start)