Interface ServiceExecutionStrategy<S>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean add​(org.osgi.framework.ServiceReference serviceReference, com.atlassian.tenancy.api.Tenant tenant, com.google.common.base.Function<S,​?> serviceCallback)  
      void trigger()  
    • Method Detail

      • add

        boolean add​(org.osgi.framework.ServiceReference serviceReference,
                    com.atlassian.tenancy.api.Tenant tenant,
                    com.google.common.base.Function<S,​?> serviceCallback)
      • trigger

        void trigger()