Skip to content

Commit

Permalink
timestampCoded protected
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Feb 1, 2024
1 parent ef1a7e3 commit 2ae1ddf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ private[r2dbc] class PostgresDurableStateDao(
settings.connectionFactorySettings.poolSettings.closeCallsExceeding)(ec, system)

private implicit val statePayloadCodec: PayloadCodec = settings.durableStatePayloadCodec
implicit val timestampCodec: TimestampCodec = settings.timestampCodec
private implicit val tagsCodec: TagsCodec = settings.tagsCodec

protected implicit val timestampCodec: TimestampCodec = settings.timestampCodec
protected implicit val queryAdapter: QueryAdapter = settings.queryAdapter

// used for change events
Expand Down

0 comments on commit 2ae1ddf

Please sign in to comment.