Skip to content

Commit

Permalink
Mima
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Dec 6, 2023
1 parent 19adea8 commit 0a2f0e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# internal constructor, new methods in not-for-extension
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.projection.grpc.consumer.scaladsl.EventProducerPushDestination.this")
ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.projection.grpc.replication.javadsl.Replication.eventProducerSource")
ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.projection.grpc.replication.javadsl.Replication.eventProducerPushDestination")
ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.projection.grpc.replication.scaladsl.Replication.eventProducerSource")
ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.projection.grpc.replication.scaladsl.Replication.eventProducerPushDestination")
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ final class EventProducerPushDestination private[akka] (
val protobufDescriptors: immutable.Seq[Descriptors.FileDescriptor],
val settings: EventProducerPushDestinationSettings,
/** INTERNAL API */
@InternalApi
private[akka] val replicationSettings: Option[ReplicationSettings[_]]) {
import EventProducerPushDestination._

Expand Down

0 comments on commit 0a2f0e4

Please sign in to comment.