Skip to content

Commit

Permalink
Update API approval list
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored and Aaronontheweb committed Jan 13, 2025
1 parent 388ed9d commit 23976eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ namespace Akka.Cluster.Sharding
public interface IShardingBufferMessageAdapter
{
object Apply(object message, Akka.Actor.IActorContext context);
object UnApply(object message, Akka.Actor.IActorContext context);
}
public interface IStartableAllocationStrategy : Akka.Actor.INoSerializationVerificationNeeded, Akka.Cluster.Sharding.IShardAllocationStrategy
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ namespace Akka.Cluster.Sharding
public interface IShardingBufferMessageAdapter
{
object Apply(object message, Akka.Actor.IActorContext context);
object UnApply(object message, Akka.Actor.IActorContext context);
}
public interface IStartableAllocationStrategy : Akka.Actor.INoSerializationVerificationNeeded, Akka.Cluster.Sharding.IShardAllocationStrategy
{
Expand Down

0 comments on commit 23976eb

Please sign in to comment.