Interface OperationResultBuilder

All Known Implementing Classes:
OperationResult

public interface OperationResultBuilder
Used to postpone initialization of OperationResult until parameters and context items are set - in order to log operation entry correctly. Operation names are not "builder-style" but let's ignore this for the moment. This is to simplify the implementation; can be fixed later.