Skip to content

Commit

Permalink
Update console-framework-client-api/src/main/java/io/axoniq/console/f…
Browse files Browse the repository at this point in the history
…ramework/api/clientIdentification.kt

Co-authored-by: Mitchell Herrijgers <[email protected]>
  • Loading branch information
Gerard Klijs and CodeDrivenMitch authored Aug 15, 2024
1 parent 03fb18e commit 9779e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ data class CommandBusInformation(
val handlerInterceptors: List<InterceptorInformation> = emptyList(),
val dispatchInterceptors: List<InterceptorInformation> = emptyList(),
val messageSerializer: SerializerInformation?,
val multiTenant: Boolean = false,
val multiTenant: Boolean? = false,
)

data class QueryBusInformation(
Expand Down

0 comments on commit 9779e40

Please sign in to comment.