Uses of Interface
com.tick42.glue.core.interop.Interop
-
Uses of Interop in com.tick42.glue.core
Methods in com.tick42.glue.core that return Interop Modifier and Type Method Description InteropGlueApplication. interop()Entry point forInteropAPI. -
Uses of Interop in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery with parameters of type Interop Modifier and Type Method Description MethodSearch<R>MethodQuery. in(Interop interop, Scheduler scheduler, Duration timeout)ServerSearchServerQuery. in(Interop interop, Scheduler scheduler) -
Uses of Interop in com.tick42.glue.internal.acs
Constructors in com.tick42.glue.internal.acs with parameters of type Interop Constructor Description Acs(Interop interop, reactor.core.scheduler.Scheduler scheduler) -
Uses of Interop in com.tick42.glue.internal.agm
Classes in com.tick42.glue.internal.agm that implement Interop Modifier and Type Class Description classAgm -
Uses of Interop in com.tick42.glue.internal.channels
Constructors in com.tick42.glue.internal.channels with parameters of type Interop Constructor Description ChannelContexts(ContextPeer contextPeer, Interop interop) -
Uses of Interop in com.tick42.glue.internal.env
Methods in com.tick42.glue.internal.env with parameters of type Interop Modifier and Type Method Description CompletableFuture<StartingContext>StartingOptionsFactory. startingContextFromInterop(Interop interop) -
Uses of Interop in com.tick42.glue.internal.excel
Constructors in com.tick42.glue.internal.excel with parameters of type Interop Constructor Description ExcelPad(Interop interop, reactor.core.scheduler.Scheduler scheduler) -
Uses of Interop in com.tick42.glue.internal.gns
Constructors in com.tick42.glue.internal.gns with parameters of type Interop Constructor Description Gns(Interop interop) -
Uses of Interop in com.tick42.glue.internal.layouts
Constructors in com.tick42.glue.internal.layouts with parameters of type Interop Constructor Description LayoutsManager(Interop interop, reactor.core.scheduler.Scheduler scheduler, ApplicationManager appManager) -
Uses of Interop in com.tick42.glue.internal.outlook
Constructors in com.tick42.glue.internal.outlook with parameters of type Interop Constructor Description Outlook(Interop interop) -
Uses of Interop in com.tick42.glue.internal.windows
Constructors in com.tick42.glue.internal.windows with parameters of type Interop Constructor Description HeadlessWindowManager(Interop interop, reactor.core.scheduler.Scheduler scheduler, ChannelContexts channels) -
Uses of Interop in com.tick42.glue.internal.windows.sticky
Constructors in com.tick42.glue.internal.windows.sticky with parameters of type Interop Constructor Description StickyWindowManager(Interop interop, reactor.core.scheduler.Scheduler scheduler, String identity, StartingContext startingContext)