Class AddSourceRemoteStoreTask

  • All Implemented Interfaces:
    Function<org.infinispan.manager.EmbeddedCacheManager,​Void>

    public class AddSourceRemoteStoreTask
    extends Object
    implements Function<org.infinispan.manager.EmbeddedCacheManager,​Void>
    Task to add a remote store to the cache.
    Since:
    13.0
    • Method Detail

      • apply

        public Void apply​(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
        Specified by:
        apply in interface Function<org.infinispan.manager.EmbeddedCacheManager,​Void>