Uses of Class
com.tick42.glue.internal.core.Nullable
-
Uses of Nullable in com.tick42.glue.core
Constructor parameters in com.tick42.glue.core with annotations of type Nullable Constructor Description GlueException(String message, Throwable cause)Constructs a new Glue exception with the specified detail message and cause. -
Uses of Nullable in com.tick42.glue.core.contexts
Method parameters in com.tick42.glue.core.contexts with annotations of type Nullable Modifier and Type Method Description <T> CompletionStage<Context<T>>SharedContexts. subscribe(String name, ReifiedType<T> type, T defaultData) -
Uses of Nullable in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop with annotations of type Nullable Modifier and Type Method Description ObjectInstance. get(String name)StringMethodDefinition. getAccepts()The signature of accepted arguments.StringInstance. getApplication()Returns the name of the application.StringMethodDefinition. getDescription()StringMethodDefinition. getDisplayName()StringMethodDefinition. getReturns()The signature of returned result.Method parameters in com.tick42.glue.core.interop with annotations of type Nullable Modifier and Type Method Description booleanInstance. equals(Object o)booleanInstance. matches(Map<String,Object> query)Check if the instance matches all of the fields contained in the query.Instance.BuilderInstance.Builder. with(String name, Object value)BMethodDefinition.BuilderBase. withAccepts(String accepts)Updates accepted arguments signature.BMethodDefinition.BuilderBase. withDescription(String description)BMethodDefinition.BuilderBase. withDisplayName(String displayName)BMethodDefinition.BuilderBase. withObjectTypes(Iterable<String> objectTypes)BMethodDefinition.BuilderBase. withReturns(String returns)Updates returned result signature.BMethodDefinition.BuilderBase. withSignature(String accepts, String returns)Updates accepted arguments and returned result signatures.BMethodDefinition.BuilderBase. withSignature(String accepts, String returns)Updates accepted arguments and returned result signatures. -
Uses of Nullable in com.tick42.glue.core.interop.discovery
Method parameters in com.tick42.glue.core.interop.discovery with annotations of type Nullable Modifier and Type Method Description BInstanceMatch.Builder. application(String application) -
Uses of Nullable in com.tick42.glue.core.interop.invoke
Constructor parameters in com.tick42.glue.core.interop.invoke with annotations of type Nullable Constructor Description Status(int code, String message) -
Uses of Nullable in com.tick42.glue.core.interop.stream.publish
-
Uses of Nullable in com.tick42.glue.desktop.channels
Method parameters in com.tick42.glue.desktop.channels with annotations of type Nullable Modifier and Type Method Description CompletionStage<?>ChannelContext. changeChannel(String channel)Changes the current channel of this context.default voidChannelContextSubscriber. onChanged(String channel)Invoked on channel change. -
Uses of Nullable in com.tick42.glue.desktop.notifications
Method parameters in com.tick42.glue.desktop.notifications with annotations of type Nullable Modifier and Type Method Description NotificationOptions.BuilderNotificationOptions.Builder. description(String description) -
Uses of Nullable in com.tick42.glue.desktop.windows.event
Constructor parameters in com.tick42.glue.desktop.windows.event with annotations of type Nullable Constructor Description WindowChannelChangedEvent(Window source, String channel)WindowFrameButtonClickedEvent(Window source, String buttonId)WindowHibernateEvent(Window source, String layout, Map<String,Object> meta)WindowResumedEvent(Window source, String layout, Map<String,Object> meta) -
Uses of Nullable in com.tick42.glue.internal.channels
Method parameters in com.tick42.glue.internal.channels with annotations of type Nullable Modifier and Type Method Description reactor.core.publisher.Mono<?>ChannelContexts. changeChannelContext(ChannelContexts.ChannelKey channelKey, String channelName)reactor.core.publisher.Mono<com.tick42.glue.internal.channels.Channel>ChannelContexts. register(ChannelContexts.ChannelKey channelKey, Consumer<String> listener) -
Uses of Nullable in com.tick42.glue.internal.contexts
Method parameters in com.tick42.glue.internal.contexts with annotations of type Nullable Modifier and Type Method Description <T> CompletableFuture<Context<T>>Contexts. subscribe(String name, ReifiedType<T> type, T defaultValue) -
Uses of Nullable in com.tick42.glue.internal.core
Method parameters in com.tick42.glue.internal.core with annotations of type Nullable Modifier and Type Method Description static booleanCheck. isEmpty(Map<?,?> map)static StringCheck. notEmpty(String string, String name)static <T> Collection<T>Check. notEmpty(Collection<T> collection, String name)static <T> TCheck. notNull(T value, String name)static DurationCheck. notNullOrNegative(Duration timeout, String name) -
Uses of Nullable in com.tick42.glue.internal.gateway.agm
Methods in com.tick42.glue.internal.gateway.agm with annotations of type Nullable Modifier and Type Method Description StringAgmPeer.StreamFlux. id()Method parameters in com.tick42.glue.internal.gateway.agm with annotations of type Nullable Modifier and Type Method Description static <T> AgmPeer.StreamFlux<T>AgmPeer.StreamFlux. branchStream(String id, reactor.core.publisher.Flux<T> events)reactor.core.publisher.Mono<Map<String,Object>>AgmPeer. call(String serverId, String methodId, Map<String,Object> arg)reactor.core.publisher.Mono<Map<String,Object>>DefaultAgmPeer. call(String serverId, String methodId, Map<String,Object> arg)reactor.core.publisher.Mono<Void>AgmPeer. fire(String serverId, String methodId, Map<String,Object> arg)static MethodKeyMethodKey. of(String serverId, String methodId)reactor.core.publisher.Mono<AgmPeer.StreamFlux<reactor.util.function.Tuple2<Boolean,Map<String,Object>>>>AgmPeer. subscribe(String serverId, String methodId, Map<String,Object> arg)reactor.core.publisher.Mono<AgmPeer.StreamFlux<reactor.util.function.Tuple2<Boolean,Map<String,Object>>>>DefaultAgmPeer. subscribe(String serverId, String methodId, Map<String,Object> arg)reactor.core.publisher.Mono<Void>AgmPeer. unregister(String methodId)reactor.core.publisher.Mono<Void>DefaultAgmPeer. unregister(String methodId) -
Uses of Nullable in com.tick42.glue.internal.windows
Method parameters in com.tick42.glue.internal.windows with annotations of type Nullable Modifier and Type Method Description voidWindowChannelEventSupport. notifyChannelChanged(String channel)Constructor parameters in com.tick42.glue.internal.windows with annotations of type Nullable Constructor Description HeadlessWindowManager(Interop interop, reactor.core.scheduler.Scheduler scheduler, ChannelContexts channels) -
Uses of Nullable in com.tick42.glue.internal.windows.sticky
Constructor parameters in com.tick42.glue.internal.windows.sticky with annotations of type Nullable Constructor Description StickyWindowManager(Interop interop, reactor.core.scheduler.Scheduler scheduler, String identity, StartingContext startingContext)