|
Dreamine.Communication.Abstractions 1.0.2
Dreamine.Communication.Abstractions 공용 계약과 추상화를 제공합니다.
|
속성 | |
| TransportKind | Kind = TransportKind.InMemory [get, set] |
| string | DefaultRoute = string.Empty [get, set] |
| bool | ThrowOnHandlerError = true [get, set] |
| bool | EnableParallelHandlers = false [get, set] |
메시지 버스의 전송 방식과 메시지 처리 동작을 구성합니다.
MessageBusOptions.cs 파일의 13 번째 라인에서 정의되었습니다.
|
getset |
메시지에 라우트가 지정되지 않았을 때 사용할 기본 라우트를 가져오거나 설정합니다.
MessageBusOptions.cs 파일의 33 번째 라인에서 정의되었습니다.
|
getset |
여러 메시지 처리기를 병렬로 실행할지 여부를 가져오거나 설정합니다.
MessageBusOptions.cs 파일의 53 번째 라인에서 정의되었습니다.
|
getset |
|
getset |
메시지 처리기가 실패할 때 예외를 호출자에게 다시 던질지 여부를 가져오거나 설정합니다.
MessageBusOptions.cs 파일의 43 번째 라인에서 정의되었습니다.