public static final class BusinessTransactionState.InitialState extends Object
Modifier and Type | Method and Description |
---|---|
static BusinessTransactionState.InitialState |
from(String description,
EventType eventType,
EventType eventSubType)
Creates a new instance.
|
String |
getDescription()
The description of the business transaction.
|
EventType |
getEventSubType()
The event sub type of the business transaction.
|
EventType |
getEventType()
The event type of the business transaction.
|
public String getDescription()
public EventType getEventType()
public EventType getEventSubType()
public static BusinessTransactionState.InitialState from(String description, EventType eventType, EventType eventSubType)
description
- the description of the business transactioneventType
- the event type of the business transactioneventSubType
- the event sub type of the business transactionCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.