setTransitive

@NotNull
abstract fun setTransitive(transitive: Boolean): @NotNull ServerActivation.Builder

Sets whether the activation is transitive.

If an activation is NOT transitive, subsequent activations will NOT be triggered.

Default: true

Return

The builder instance.

Parameters

transitive

Whether the activation is transitive.

See also