Uses of Class
org.kiwiproject.consul.model.session.ImmutableSession
Packages that use ImmutableSession
-
Uses of ImmutableSession in org.kiwiproject.consul.model.session
Methods in org.kiwiproject.consul.model.session that return ImmutableSessionModifier and TypeMethodDescriptionImmutableSession.Builder.build()Builds a newImmutableSession.static ImmutableSessionCreates an immutable copy of aSessionvalue.final ImmutableSessionImmutableSession.withBehavior(String value) Copy the current immutable object by setting a present value for the optionalbehaviorattribute.final ImmutableSessionImmutableSession.withBehavior(Optional<String> optional) Copy the current immutable object by setting an optional value for thebehaviorattribute.final ImmutableSessionImmutableSession.withChecks(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableSessionImmutableSession.withChecks(String... elements) Copy the current immutable object with elements that replace the content ofchecks.final ImmutableSessionImmutableSession.withLockDelay(String value) Copy the current immutable object by setting a present value for the optionallockDelayattribute.final ImmutableSessionImmutableSession.withLockDelay(Optional<String> optional) Copy the current immutable object by setting an optional value for thelockDelayattribute.final ImmutableSessionCopy the current immutable object by setting a present value for the optionalnameattribute.final ImmutableSessionCopy the current immutable object by setting an optional value for thenameattribute.final ImmutableSessionCopy the current immutable object by setting a present value for the optionalnodeattribute.final ImmutableSessionCopy the current immutable object by setting an optional value for thenodeattribute.final ImmutableSessionCopy the current immutable object by setting a present value for the optionalttlattribute.final ImmutableSessionCopy the current immutable object by setting an optional value for thettlattribute.