Uses of Class
com.tick42.glue.core.interop.Instance
Packages that use Instance
Package
Description
Interop API .
The application management API for Glue Desktop.
-
Uses of Instance in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return InstanceModifier and TypeMethodDescriptionInstance.Builder.build()ServerMethod.getInstance()Interop.instance()Methods in com.tick42.glue.core.interop that return types with arguments of type InstanceModifier and TypeMethodDescriptiondefault Collection<Instance>Interop.getServers()Interop.getServers(Predicate<Instance> instance) Methods in com.tick42.glue.core.interop with parameters of type InstanceMethod parameters in com.tick42.glue.core.interop with type arguments of type Instance -
Uses of Instance in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery that return types with arguments of type InstanceMethods in com.tick42.glue.core.interop.discovery with parameters of type InstanceModifier and TypeMethodDescriptionbooleanMethod parameters in com.tick42.glue.core.interop.discovery with type arguments of type InstanceModifier and TypeMethodDescription -
Uses of Instance in com.tick42.glue.core.interop.event
Methods in com.tick42.glue.core.interop.event that return InstanceConstructors in com.tick42.glue.core.interop.event with parameters of type InstanceModifierConstructorDescriptionServerAddedEvent(Instance server) ServerEvent(Instance server) ServerRemovedEvent(Instance server) -
Uses of Instance in com.tick42.glue.core.interop.invoke
Methods in com.tick42.glue.core.interop.invoke with parameters of type Instance -
Uses of Instance in com.tick42.glue.core.interop.stream.publish
Methods in com.tick42.glue.core.interop.stream.publish that return InstanceModifier and TypeMethodDescriptionStreamConsumer.getCaller()StreamSubscriptionRejectedException.getCaller()StreamSubscriptionRequest.getCaller()Method parameters in com.tick42.glue.core.interop.stream.publish with type arguments of type InstanceModifier and TypeMethodDescriptionstatic <T> StreamSubscriptionRequestHandler<T>StreamSubscriptionRequestHandler.accept(BiFunction<T, Instance, String> streamFunction) Returns aStreamSubscriptionRequestHandlerthat accepts all subscription request and subscribes them to a stream with id returned by the providedstreamFunction.apply(arg, caller).Constructors in com.tick42.glue.core.interop.stream.publish with parameters of type InstanceModifierConstructorDescriptionStreamSubscriptionRejectedException(String reason, Instance caller) -
Uses of Instance in com.tick42.glue.desktop.applications
Methods in com.tick42.glue.desktop.applications that return types with arguments of type Instance