Uses of Class
com.soklet.StreamTermination.Builder
Packages that use StreamTermination.Builder
-
Uses of StreamTermination.Builder in com.soklet
Subclasses of StreamTermination.Builder in com.sokletModifier and TypeClassDescriptionstatic final classMutable copier seeded with an existingStreamTermination.Methods in com.soklet that return StreamTermination.BuilderModifier and TypeMethodDescriptionSpecifies the underlying termination cause.Specifies how long the stream existed.StreamTermination.Builder.reason(@NonNull StreamTerminationReason reason) Specifies why the stream terminated.StreamTermination.with(@NonNull StreamTerminationReason reason, @NonNull Duration duration) Acquires a builder forStreamTerminationinstances.