Channel.DefinitionStages.WithExpirationTimeIfNotActivatedUtc Interface
public static interface Channel.DefinitionStages.WithExpirationTimeIfNotActivatedUtc
The stage of the Channel definition allowing to specify expirationTimeIfNotActivatedUtc.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withExpirationTimeIfNotActivatedUtc(OffsetDateTime expirationTimeIfNotActivatedUtc)
Specifies the expiration |
Method Details
withExpirationTimeIfNotActivatedUtc
public abstract Channel.DefinitionStages.WithCreate withExpirationTimeIfNotActivatedUtc(OffsetDateTime expirationTimeIfNotActivatedUtc)
Specifies the expirationTimeIfNotActivatedUtc property: Expiration time of the channel. If this timer expires while the corresponding partner topic is never activated, the channel and corresponding partner topic are deleted..
Parameters:
Returns: