Skip to content

Commit

Permalink
made StopShardedActor an implementation of AkkaJacksonCborSerializabl…
Browse files Browse the repository at this point in the history
…e because java serialization is disabled;

Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Sep 19, 2022
1 parent a6e676f commit 895095f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
*/
package org.eclipse.ditto.internal.utils.cluster;

import java.io.Serializable;

import javax.annotation.concurrent.Immutable;

/**
Expand All @@ -22,4 +20,4 @@
* @since 3.0.0
*/
@Immutable
public record StopShardedActor() implements Serializable {}
public record StopShardedActor() implements AkkaJacksonCborSerializable {}

0 comments on commit 895095f

Please sign in to comment.