File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
org-code-javabuilder/protocol/src/main/java/org/code/protocol Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3
3
import java .util .HashMap ;
4
4
import java .util .Map ;
5
5
6
+ /**
7
+ * This class is meant to keep track of shared singletons that should only exist for the lifetime of
8
+ * one Javabuilder session. Any class can be registered as long as it extends
9
+ * JavabuilderSharedObject, but only one object per class can be registered.
10
+ */
6
11
public class JavabuilderContext {
7
12
private static JavabuilderContext contextInstance ;
8
13
private Map <Class , JavabuilderSharedObject > sharedObjects ;
Original file line number Diff line number Diff line change @@ -652,6 +652,12 @@ Resources:
652
652
653
653
HighUsageCompositeAlarm:
654
654
Type: AWS::CloudWatch::CompositeAlarm
655
+ DependsOn:
656
+ - HighHttpRequestsAlarm
657
+ - HighWebsocketConnectionsAlarm
658
+ - NeighborhoodHighInvocationsAlarm
659
+ - TheaterHighInvocationsAlarm
660
+ - PlaygroundHighInvocationsAlarm
655
661
Properties:
656
662
ActionsEnabled: true
657
663
AlarmActions:
You can’t perform that action at this time.
0 commit comments